NCacheMap<TKey,TValue> Class Members
In This Topic
The following tables list the members exposed by NCacheMap<TKey,TValue>.
Public Constructors
Public Properties
| Name | Description |
| Count | Gets the count of items in the map |
Top
Public Methods
| Name | Description |
| GetOrCreateValue | Gets a value from the cache, or creates the value and caches it, if it is not there |
| Remove | Removes the item from the map that corresponds to the specified key. |
| Sanitize | Removes items from the map, that fail to pass the specified validation check |
| TryGetValue | Tries to get a value from the cache. |
Top
See Also